Uses of Interface
com.cisco.pt.ipc.events.InstructionDlgEventListener
Packages that use InstructionDlgEventListener
-
Uses of InstructionDlgEventListener in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events with type parameters of type InstructionDlgEventListenerModifier and TypeFieldDescriptionprotected Set<InstructionDlgEventListener>InstructionDlgEventRegistry.globalListenersprotected Map<String,Set<InstructionDlgEventListener>> InstructionDlgEventRegistry.specificObjectListenersMethods in com.cisco.pt.ipc.events with parameters of type InstructionDlgEventListenerModifier and TypeMethodDescriptionvoidInstructionDlgEventRegistry.addListener(InstructionDlgEventListener listener) voidInstructionDlgEventRegistry.addListener(InstructionDlgEventListener listener, InstructionDlg objClass) voidInstructionDlgEventRegistry.addListenerFiltered(InstructionDlgEventListener listener, List<String> events) voidInstructionDlgEventRegistry.addSpecificListenerFiltered(InstructionDlgEventListener listener, InstructionDlg objClass, List<String> events) voidInstructionDlgEventRegistry.removeListener(InstructionDlgEventListener listener) voidInstructionDlgEventRegistry.removeListener(InstructionDlgEventListener listener, InstructionDlg objClass) voidInstructionDlgEventRegistry.removeListenerFiltered(InstructionDlgEventListener listener, List<String> events) voidInstructionDlgEventRegistry.removeSpecificListenerFiltered(InstructionDlgEventListener listener, InstructionDlg objClass, List<String> events)